home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw 3.iso / AOL90 / COMP02.000 / %MAINDIR% / CalendarResource.dll / HTML / IDS_ACDAYMONTHCONTROL < prev    next >
Encoding:
Text File  |  2004-11-29  |  3.3 KB  |  248 lines

  1. BODY
  2. {
  3.     background-color: #D8E9F5;
  4.     border:                3px solid #D8E9F5;
  5. }
  6.  
  7. #MonthChooser
  8. {
  9.     position:    absolute;
  10.     top:            0px;
  11.     left:            0px;        
  12.     height:        122px;
  13.     width:        96px;
  14.     z-index:    2;
  15.  
  16.     border-left:        1px solid white;
  17.     border-top:            1px solid white;
  18.     border-bottom:        1px solid black;
  19.     border-right:        1px solid black;
  20.     padding:                3px;
  21.  
  22.     font-family:    Arial;
  23.     cursor:            default;
  24.  
  25.     background-color:    #C6C6C6;
  26.     visibility:            hidden;
  27. }
  28.  
  29. #MCMonths
  30. {
  31.     position:        absolute;
  32.     top:                26px;
  33.     left:                3px;
  34.     width:            100%;
  35.  
  36.     font-size:        11px;
  37.     text-align:        center;
  38.     cursor:            default;
  39. }
  40.  
  41. #MCYearTable
  42. {
  43.     width:            100%;
  44.     height:            13px;
  45.     text-align:        center;
  46.     cursor:            default;
  47.  
  48.     font-size:                11px;
  49.     background-color:        #ACACAC;
  50. }
  51.  
  52. #MCRule
  53. {
  54.     position:        absolute;
  55.     top:                23px;
  56.     left:                3px;
  57.     height:            1px;
  58.     width:            100%;
  59. }
  60.  
  61. #MCPrevCell
  62. {
  63.     align:    left;
  64. }
  65.  
  66. #MCPrevButton
  67. {
  68.     cursor:        hand;
  69. }
  70.  
  71. #MCNextCell
  72. {
  73.     align:    right;
  74. }
  75.  
  76. #MCNextButton
  77. {
  78.     cursor:        hand;
  79. }
  80.  
  81. .MCCell
  82. {
  83.     background-color:    #C6C6C6;
  84. }
  85.  
  86. #TitleBanner
  87. {
  88.     width:    100%;
  89. }
  90.  
  91. .DMTabCell
  92. {
  93.     height:    30px;
  94. }
  95.  
  96. #DayTab
  97. {
  98.     position:    relative;
  99.     top:            9px;
  100. }
  101.  
  102. #MonthTab
  103. {
  104.     position:    relative;
  105.     top:            9px;
  106. }
  107.  
  108. #WeekTab
  109. {
  110.     position:    relative;
  111.     top:            9px;
  112. }
  113.  
  114. #DayMonthTitleCell
  115. {
  116.     font-weight:        bold;
  117.     font-family:        Arial;
  118.     font-size:            20px;
  119.     color:                #FFFFFF;
  120.     cursor:                default;
  121.  
  122.     filter:dropshadow(offx=1,offy=1);
  123.     text-align:            center;
  124. }
  125.  
  126. #DMTitleCellLeft
  127. {
  128.     width:        5px;
  129. }
  130.  
  131. #DMTitleCellRight
  132. {
  133.     width:        5px;
  134. }
  135.  
  136. #PreviousButton
  137. {
  138.     align:        middle;
  139.     cursor:        hand;
  140. }
  141.  
  142. #NextButton
  143. {
  144.     align:        middle;
  145.     cursor:        hand;
  146. }
  147.  
  148. .DMSmButtonCell
  149. {
  150.     width:        30px;
  151. }
  152.  
  153. .DMSmButton
  154. {
  155.     align:        middle;
  156.     cursor:        hand;
  157. }
  158.  
  159. #DMAddButtonCell
  160. {
  161.     width:    44px;
  162. }
  163.  
  164. #AddAppointmentButton
  165. {
  166.     align:        middle;
  167.     cursor:        hand;
  168. }
  169.  
  170. .ViewDiv
  171. {
  172.     position:            absolute;
  173.     top:                    30px;
  174.     left:                    0px;
  175.     width:                expression(document.body.clientWidth);
  176.     height:                expression(document.body.clientHeight - 30);
  177.     background-color: #D8E9F5;
  178.     border-left:        1px solid black;
  179.     border-right:        1px solid black;
  180.     border-bottom:        1px solid black;
  181. }
  182.  
  183. #DayViewDiv
  184. {
  185.     position:            absolute;
  186.     top:                    30px;
  187.     left:                    0px;
  188.     width:                expression(document.body.clientWidth);
  189.     height:                expression(document.body.clientHeight-30);
  190.     background-color: #D8E9F5;
  191. }
  192.  
  193. #DVListDiv
  194. {
  195.     position:relative;
  196.     left:0;
  197.     top:0;
  198.     background-color: #C6C6C6;
  199.     height:    expression(document.body.clientHeight-30);
  200.     border-right:        1px solid black;
  201.     border-bottom:        1px solid black;
  202.     border-left:        1px solid black;
  203. }
  204.  
  205. #WeekViewDiv
  206. {
  207.     position:relative;
  208.     left:0;
  209.     top:0;
  210.     background-color: #C6C6C6;
  211.     height:    expression(document.body.clientHeight-30);
  212.     border-right:        1px solid black;
  213.     border-bottom:        1px solid black;
  214.     border-left:        1px solid black;
  215. }
  216.  
  217. #ClickToAddDiv
  218. {
  219.     position:    absolute;
  220.     top:            0px;
  221.     left:            0px;        
  222.     height:        14px;
  223.     width:        20px;
  224.     z-index:        2;
  225.  
  226.     visibility:            hidden;
  227. }
  228.  
  229. #ClickToAddEventIcon
  230. {
  231.     position:    absolute;
  232.     top:            2px;
  233.     left:            2px;
  234. }
  235.  
  236. #ClickToAddTextInput
  237. {
  238.     position:    absolute;
  239.     top:            0px;
  240.     left:            17px;
  241.     height:        14px;
  242.     width:        30px;
  243.  
  244.     border:        1px solid #AAAAAA;
  245.  
  246.    font-family:    Tahoma;
  247.    font-size:        10px;
  248. }